home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Data 2005 May / CD Rom Data Mayıs 2005.iso / Media / VideoMix.dcr / script_4_script_Scroll.ls < prev    next >
Encoding:
Text File  |  2005-04-27  |  207 b   |  12 lines

  1. on mouseWithin me
  2.   if the mouseDown then
  3.     cs = me.spriteNum
  4.     if cs = 18 then
  5.       ekle = -1
  6.     else
  7.       ekle = 1
  8.     end if
  9.     member("text_VideoMix_ekrandaki_3").scrollByLine(ekle)
  10.   end if
  11. end
  12.